From: Jason Rumney Date: Wed, 11 Jul 2007 14:41:44 +0000 (+0000) Subject: (LIBS): Include OLE32. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2269 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=abc358b5a05e8e1ec9fa9b72d9858545f83101a3;p=emacs.git (LIBS): Include OLE32. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4dad03f4c0c..ccb0dcf9f5f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -138,7 +138,7 @@ LIBS = $(TLIB0) \ $(TLIB1) \ $(TLIBW32) \ $(TLASTLIB) \ - $(WINMM) \ + $(WINMM) \ $(ADVAPI32) \ $(GDI32) \ $(COMDLG32) \ @@ -146,6 +146,7 @@ LIBS = $(TLIB0) \ $(MPR) \ $(SHELL32) \ $(WINSPOOL) \ + $(OLE32) \ $(libc) #